home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be004.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  427 b   |  18 lines

  1. on exitFrame
  2.   set LastTick to the ticks
  3.   set newtick to the ticks
  4.   repeat while the locH of sprite 13 > 200
  5.     set y to 1 * (the ticks - LastTick)
  6.     set x to 1 * (the ticks - newtick)
  7.     set LastTick to the ticks
  8.     set newtick to the ticks
  9.     set the locH of sprite 13 to the locH of sprite 13 - x
  10.     set the locV of sprite 14 to the locV of sprite 14 + y
  11.     updateStage()
  12.   end repeat
  13. end
  14.  
  15. on mouseUp
  16.   go(80)
  17. end
  18.